home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PCTV3N3 / MINICLOK.PAS < prev    next >
Pascal/Delphi Source File  |  1992-05-29  |  148b  |  9 lines

  1. program miniclok;
  2.  
  3. uses CRT,CLOCKISR; 
  4. begin   
  5.   repeat until KeyPressed;   
  6.   if ReadKey = #0 then     
  7.     if ReadKey = #0 then; 
  8. end. 
  9.